home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / winhid10 / winhide.txt < prev   
Encoding:
Text File  |  1994-05-12  |  2.3 KB  |  67 lines

  1.                                     WinHide
  2.                               by Rodney M. Savard
  3.  
  4.                                   May 12, 1994
  5.  
  6.                                  PUBLIC DOMAIN
  7.                                     FREEWARE
  8.  
  9. Description
  10. -----------
  11. WinHide is a Microsoft Windows 3.1 application that was written using Visual
  12. Basic 3.0.  You must have the file VBRUN300.DLL in your WINDOWS\SYSTEM
  13. directory for this program to work.
  14.  
  15. WinHide allows you to hide any running program from view.  You can show
  16. any hidden program, as well.
  17.  
  18. WinHide is FREEWARE.  There is no need to make any sort of payment to the
  19. author.  It is also PUBLIC DOMAIN in that the source code is included.  You
  20. may make any modifications to the code, or do anything and everything else
  21. you see fit.
  22.  
  23.  
  24. Usage
  25. -----
  26. WinHide is very simple to use.  To hide a program, just run WINHIDE.EXE and
  27. pass the Title Text of the program that you would like to hide.  For example,
  28. to hide Program Manager, run WinHide like this:
  29.  
  30. WINHIDE.EXE Program Manager
  31.  
  32. If you have set up an icon for WinHide, you would just add "Program Manager"
  33. to the command line field of the icon's properties.
  34.  
  35. If you would like to have a certain window always hidden on startup, just
  36. create an icon for WinHide and place that icon in your StartUp group.  Make
  37. certain that you put the Title Text of the window you wish to hide on the
  38. command line of that icon's properties.
  39.  
  40. You can also show a hidden window by running WinHide like this:
  41.  
  42. WINHIDE.EXE /SHOW Program Manager
  43.  
  44. Hiding an already hidden window or showing an already visible window has no
  45. effect.
  46.  
  47.  
  48. Files
  49. -----
  50. WINHIDE.EXE    5,911 bytes    5-12-94    5:59pm   WinHide executable
  51. WINHIDE.ICO      766 bytes    5-12-94    5:59pm   WinHide icon
  52. WINHIDE.BAS    1,539 bytes    5-12-94    5:59pm   WinHide source code - VB 3.0
  53. WINHIDE.MAK       96 bytes    5-12-94    5:59pm   WinHide VB project file
  54. WINHIDE.TXT    2,353 bytes    5-12-94    5:59pm   This text file
  55.  
  56.  
  57. Contacting the author
  58. ---------------------
  59. If you have any questions or comments, please feel free to contact me via
  60. e-mail.  I can be reached through one of the following addresses:
  61.  
  62. r.savard@genie.geis.com
  63. rodsavard@aol.com
  64. rodney.savard@onestop.sccsi.com
  65.  
  66.                              <*** End of File ***>
  67.